home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 1 / Literacy Segments Part 1 / background_22157.txt < prev    next >
Text File  |  1989-08-22  |  6KB  |  276 lines

  1. -- background: 22157 from stack: in
  2. -- bmap block id: 22338
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 1.1.2 Information
  6. ----- HyperTalk script -----
  7. on switch
  8.   lock screen
  9.   repeat with i = 1 to the number of bg btns
  10.     set the hilite of bg btn i to false
  11.   end repeat
  12.   set the hilite of the target to true
  13.   hide field "Objectives"
  14.   hide field "Prerequisites"
  15.   hide field "Summary"
  16.   show fld (the short name of the target)
  17. end switch
  18.  
  19.  
  20. -- part 3 (field)
  21. -- low flags: 01
  22. -- high flags: 0000
  23. -- rect: left=18 top=1 right=38 bottom=442
  24. -- title width / last selected line: 0
  25. -- icon id / first selected line: 0 / 0
  26. -- text alignment: 0
  27. -- font id: 156
  28. -- text size: 24
  29. -- style flags: 10240
  30. -- line height: 32
  31. -- part name: Title
  32.  
  33.  
  34. -- part 4 (field)
  35. -- low flags: 01
  36. -- high flags: 0000
  37. -- rect: left=16 top=38 right=67 bottom=216
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 0
  41. -- font id: 156
  42. -- text size: 20
  43. -- style flags: 0
  44. -- line height: 26
  45. -- part name: Subtitle
  46.  
  47.  
  48. -- part 5 (field)
  49. -- low flags: 01
  50. -- high flags: 0000
  51. -- rect: left=16 top=68 right=87 bottom=449
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 0
  55. -- font id: 3
  56. -- text size: 10
  57. -- style flags: 256
  58. -- line height: 15
  59. -- part name: Instruction
  60.  
  61.  
  62. -- part 6 (field)
  63. -- low flags: 01
  64. -- high flags: 0000
  65. -- rect: left=139 top=94 right=320 bottom=450
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 0
  69. -- font id: 156
  70. -- text size: 16
  71. -- style flags: 0
  72. -- line height: 17
  73. -- part name: Text
  74.  
  75.  
  76. -- part 8 (button)
  77. -- low flags: 00
  78. -- high flags: 8000
  79. -- rect: left=15 top=94 right=112 bottom=94
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 0 / 0
  82. -- text alignment: 1
  83. -- font id: 0
  84. -- text size: 12
  85. -- style flags: 0
  86. -- line height: 16
  87. -- part name: Objectives
  88. ----- HyperTalk script -----
  89. on mouseUp
  90.   go cd "Communicating Story I/1"
  91. end mouseUp
  92.  
  93.  
  94.  
  95. -- part 9 (button)
  96. -- low flags: 00
  97. -- high flags: 8000
  98. -- rect: left=15 top=117 right=135 bottom=114
  99. -- title width / last selected line: 0
  100. -- icon id / first selected line: 0 / 0
  101. -- text alignment: 1
  102. -- font id: 0
  103. -- text size: 12
  104. -- style flags: 0
  105. -- line height: 16
  106. -- part name: Prerequisites
  107. ----- HyperTalk script -----
  108. on mouseUp
  109.   go cd "Communicating Story I/2"
  110. end mouseUp
  111.  
  112.  
  113. -- part 10 (button)
  114. -- low flags: 00
  115. -- high flags: 8000
  116. -- rect: left=15 top=139 right=157 bottom=84
  117. -- title width / last selected line: 0
  118. -- icon id / first selected line: 0 / 0
  119. -- text alignment: 1
  120. -- font id: 0
  121. -- text size: 12
  122. -- style flags: 0
  123. -- line height: 16
  124. -- part name: Summary
  125. ----- HyperTalk script -----
  126. on mouseUp
  127.   go cd "Communicating Story I/3"
  128. end mouseUp
  129.  
  130.  
  131. -- part 25 (button)
  132. -- low flags: 00
  133. -- high flags: 2000
  134. -- rect: left=478 top=319 right=341 bottom=498
  135. -- title width / last selected line: 0
  136. -- icon id / first selected line: 1238 / 1238
  137. -- text alignment: 1
  138. -- font id: 0
  139. -- text size: 12
  140. -- style flags: 0
  141. -- line height: 16
  142. -- part name: Prev
  143. ----- HyperTalk script -----
  144. on mouseUp
  145.   lock screen
  146.   go prev
  147.   unlock screen with scroll right
  148. end mouseUp
  149.  
  150.  
  151. -- part 26 (button)
  152. -- low flags: 00
  153. -- high flags: 2000
  154. -- rect: left=493 top=319 right=341 bottom=512
  155. -- title width / last selected line: 0
  156. -- icon id / first selected line: 1237 / 1237
  157. -- text alignment: 1
  158. -- font id: 0
  159. -- text size: 12
  160. -- style flags: 0
  161. -- line height: 16
  162. -- part name: Next
  163. ----- HyperTalk script -----
  164. on mouseUp
  165.   lock screen
  166.   go next
  167.   unlock screen with scroll left
  168. end mouseUp
  169.  
  170.  
  171. -- part 27 (button)
  172. -- low flags: 00
  173. -- high flags: 2000
  174. -- rect: left=482 top=294 right=320 bottom=509
  175. -- title width / last selected line: 0
  176. -- icon id / first selected line: 1236 / 1236
  177. -- text alignment: 1
  178. -- font id: 0
  179. -- text size: 12
  180. -- style flags: 0
  181. -- line height: 16
  182. -- part name: Last Menu
  183.  
  184.  
  185. -- part 28 (button)
  186. -- low flags: 00
  187. -- high flags: 2000
  188. -- rect: left=482 top=176 right=205 bottom=511
  189. -- title width / last selected line: 0
  190. -- icon id / first selected line: 162 / 162
  191. -- text alignment: 1
  192. -- font id: 0
  193. -- text size: 12
  194. -- style flags: 0
  195. -- line height: 16
  196. -- part name: Help
  197. ----- HyperTalk script -----
  198. on mouseUp
  199.   Help
  200. end mouseUp
  201.  
  202.  
  203.  
  204. -- part 29 (button)
  205. -- low flags: 00
  206. -- high flags: 2000
  207. -- rect: left=480 top=143 right=172 bottom=511
  208. -- title width / last selected line: 0
  209. -- icon id / first selected line: 1310 / 1310
  210. -- text alignment: 1
  211. -- font id: 0
  212. -- text size: 12
  213. -- style flags: 0
  214. -- line height: 16
  215. -- part name: Student Services
  216. ----- HyperTalk script -----
  217. on mousedown
  218.   SSpopUp
  219. end mousedown
  220.  
  221. on mouseup
  222.   if the mouseloc is not within the rect of me then exit to hyperCard
  223.   doSS
  224. end mouseup
  225.  
  226.  
  227.  
  228. -- part 30 (button)
  229. -- low flags: 00
  230. -- high flags: 0000
  231. -- rect: left=443 top=5 right=72 bottom=512
  232. -- title width / last selected line: 0
  233. -- icon id / first selected line: 0 / 0
  234. -- text alignment: 1
  235. -- font id: 0
  236. -- text size: 12
  237. -- style flags: 0
  238. -- line height: 16
  239. -- part name: Instant Reference
  240. ----- HyperTalk script -----
  241. on mouseUp
  242.   instantReference "1.1.2"
  243. end mouseUp
  244.  
  245.  
  246. -- part 33 (field)
  247. -- low flags: 81
  248. -- high flags: 0001
  249. -- rect: left=423 top=0 right=13 bottom=466
  250. -- title width / last selected line: 0
  251. -- icon id / first selected line: 0 / 0
  252. -- text alignment: 65535
  253. -- font id: 4
  254. -- text size: 9
  255. -- style flags: 0
  256. -- line height: 12
  257. -- part name: CardTitle
  258.  
  259.  
  260. -- part 35 (button)
  261. -- low flags: 00
  262. -- high flags: 2000
  263. -- rect: left=482 top=208 right=234 bottom=509
  264. -- title width / last selected line: 0
  265. -- icon id / first selected line: 1234 / 1234
  266. -- text alignment: 1
  267. -- font id: 0
  268. -- text size: 12
  269. -- style flags: 0
  270. -- line height: 16
  271. -- part name: Lesson
  272. ----- HyperTalk script -----
  273. on mouseUp
  274.   lesson "1.1.2"
  275. end mouseUp
  276.